cpupool: Strict parameter checking for cpupool operations
authorKeir Fraser <keir@xen.org>
Wed, 9 Feb 2011 08:44:38 +0000 (08:44 +0000)
committerKeir Fraser <keir@xen.org>
Wed, 9 Feb 2011 08:44:38 +0000 (08:44 +0000)
commit657c5ca69673e5100ef6143c1a5294e506ff35c1
tree0b51615822031a4c578096f1969faece4b47bf5a
parentf4b185362da47e1d9189ed3eb73cd8eca80c364e
cpupool: Strict parameter checking for cpupool operations

Some cpupool actions didn't check the cpupool_id exactly. For some
actions this doesn't make any sense, so refuse those actions if the
specified cpupool doesn't exist.

Signed-off-by: Juergen Gross <juergen.gross@ts.fujitsu.com>
xen/common/cpupool.c